﻿2026-06-22T02:44:56.5061492Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-22T02:44:56.5061867Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-22T02:44:56.5062130Z [36;1m$PIN = "0c95435"[0m
2026-06-22T02:44:56.5062360Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-22T02:44:56.5062624Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-22T02:44:56.5062976Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-22T02:44:56.5063353Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-22T02:44:56.5063666Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-22T02:44:56.5063949Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-22T02:44:56.5064231Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-22T02:44:56.5064510Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-22T02:44:56.5064822Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-22T02:44:56.5065652Z [36;1m}[0m
2026-06-22T02:44:56.5065814Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-22T02:44:56.5066106Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-22T02:44:56.5133951Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-22T02:44:56.5134265Z ##[endgroup]
2026-06-22T02:44:59.1679081Z    Compiling proc-macro2 v1.0.106
2026-06-22T02:44:59.1679535Z    Compiling unicode-ident v1.0.24
2026-06-22T02:44:59.1679768Z    Compiling quote v1.0.45
2026-06-22T02:44:59.1680152Z    Compiling cfg-if v1.0.4
2026-06-22T02:44:59.1680620Z    Compiling serde_core v1.0.228
2026-06-22T02:44:59.1680913Z    Compiling serde v1.0.228
2026-06-22T02:44:59.1681357Z    Compiling windows-link v0.2.1
2026-06-22T02:44:59.1681701Z    Compiling typenum v1.20.1
2026-06-22T02:44:59.1682131Z    Compiling getrandom v0.3.4
2026-06-22T02:44:59.1682488Z    Compiling portable-atomic v1.13.1
2026-06-22T02:44:59.1682850Z    Compiling pin-project-lite v0.2.17
2026-06-22T02:44:59.1683220Z    Compiling version_check v0.9.5
2026-06-22T02:44:59.1683609Z    Compiling memchr v2.8.1
2026-06-22T02:44:59.1684490Z    Compiling find-msvc-tools v0.1.9
2026-06-22T02:44:59.1684844Z    Compiling critical-section v1.2.0
2026-06-22T02:44:59.1686186Z    Compiling shlex v2.0.1
2026-06-22T02:44:59.2882101Z    Compiling windows-sys v0.61.2
2026-06-22T02:44:59.3010968Z    Compiling subtle v2.6.1
2026-06-22T02:44:59.3230426Z    Compiling equivalent v1.0.2
2026-06-22T02:44:59.3319220Z    Compiling smallvec v1.15.1
2026-06-22T02:44:59.3677359Z    Compiling futures-core v0.3.32
2026-06-22T02:44:59.4305090Z    Compiling itoa v1.0.18
2026-06-22T02:44:59.4422885Z    Compiling bytes v1.11.1
2026-06-22T02:44:59.4801399Z    Compiling semver v1.0.28
2026-06-22T02:44:59.5530957Z    Compiling stable_deref_trait v1.2.1
2026-06-22T02:44:59.5741849Z    Compiling log v0.4.32
2026-06-22T02:44:59.6404902Z    Compiling generic-array v0.14.7
2026-06-22T02:44:59.6468565Z    Compiling futures-sink v0.3.32
2026-06-22T02:44:59.6548384Z    Compiling futures-io v0.3.32
2026-06-22T02:44:59.7110785Z    Compiling rustc_version v0.4.1
2026-06-22T02:44:59.7623064Z    Compiling slab v0.4.12
2026-06-22T02:44:59.7884211Z    Compiling futures-task v0.3.32
2026-06-22T02:44:59.7903441Z    Compiling rustversion v1.0.22
2026-06-22T02:44:59.9683757Z    Compiling futures-channel v0.3.32
2026-06-22T02:45:00.1628555Z    Compiling jobserver v0.1.34
2026-06-22T02:45:00.1864594Z    Compiling hashbrown v0.17.1
2026-06-22T02:45:00.1865063Z    Compiling getrandom v0.2.17
2026-06-22T02:45:00.1940152Z    Compiling cpufeatures v0.2.17
2026-06-22T02:45:00.2322073Z    Compiling fnv v1.0.7
2026-06-22T02:45:00.2352244Z    Compiling libc v0.2.186
2026-06-22T02:45:00.2352588Z    Compiling rand_core v0.10.1
2026-06-22T02:45:00.2806312Z    Compiling strsim v0.11.1
2026-06-22T02:45:00.2959618Z    Compiling cfg_aliases v0.2.1
2026-06-22T02:45:00.3599450Z    Compiling writeable v0.6.3
2026-06-22T02:45:00.5054253Z    Compiling autocfg v1.5.1
2026-06-22T02:45:00.6729748Z    Compiling cc v1.2.63
2026-06-22T02:45:00.6775054Z    Compiling litemap v0.8.2
2026-06-22T02:45:00.6990907Z    Compiling fs_extra v1.3.0
2026-06-22T02:45:00.7082038Z    Compiling icu_properties_data v2.2.0
2026-06-22T02:45:00.7721530Z    Compiling utf8_iter v1.0.4
2026-06-22T02:45:00.7954601Z    Compiling getrandom v0.4.2
2026-06-22T02:45:00.9246138Z    Compiling dunce v1.0.5
2026-06-22T02:45:00.9447589Z    Compiling icu_normalizer_data v2.2.0
2026-06-22T02:45:00.9945510Z    Compiling ident_case v1.0.1
2026-06-22T02:45:01.0827870Z    Compiling indexmap v2.14.0
2026-06-22T02:45:01.0968078Z    Compiling syn v2.0.117
2026-06-22T02:45:01.1251338Z    Compiling percent-encoding v2.3.2
2026-06-22T02:45:01.1627347Z    Compiling http v1.4.1
2026-06-22T02:45:01.1963413Z    Compiling cpufeatures v0.3.0
2026-06-22T02:45:01.1985396Z    Compiling unicode-segmentation v1.13.3
2026-06-22T02:45:01.2932827Z    Compiling crypto-common v0.1.7
2026-06-22T02:45:01.3014754Z    Compiling thiserror v2.0.18
2026-06-22T02:45:01.3679787Z    Compiling aws-lc-rs v1.17.0
2026-06-22T02:45:01.3885951Z    Compiling scopeguard v1.2.0
2026-06-22T02:45:01.4363943Z    Compiling lock_api v0.4.14
2026-06-22T02:45:01.4777226Z    Compiling block-buffer v0.10.4
2026-06-22T02:45:01.5974423Z    Compiling cmake v0.1.58
2026-06-22T02:45:01.6216197Z    Compiling chacha20 v0.10.0
2026-06-22T02:45:01.6533350Z    Compiling form_urlencoded v1.2.2
2026-06-22T02:45:01.6561460Z    Compiling winapi v0.3.9
2026-06-22T02:45:01.6736286Z    Compiling untrusted v0.9.0
2026-06-22T02:45:01.7183982Z    Compiling bitflags v2.12.1
2026-06-22T02:45:01.7458772Z    Compiling digest v0.10.7
2026-06-22T02:45:01.8009752Z    Compiling num-traits v0.2.19
2026-06-22T02:45:02.0102796Z    Compiling windows-result v0.4.1
2026-06-22T02:45:02.1463423Z    Compiling windows-strings v0.5.1
2026-06-22T02:45:02.2022845Z    Compiling heck v0.5.0
2026-06-22T02:45:02.2084665Z    Compiling rand v0.10.1
2026-06-22T02:45:02.2712338Z    Compiling rustls v0.23.40
2026-06-22T02:45:02.2843710Z    Compiling convert_case v0.10.0
2026-06-22T02:45:02.2914410Z    Compiling const-oid v0.10.2
2026-06-22T02:45:02.2924504Z    Compiling atomic-waker v1.1.2
2026-06-22T02:45:02.3450393Z    Compiling anyhow v1.0.102
2026-06-22T02:45:02.3869791Z    Compiling unicode-xid v0.2.6
2026-06-22T02:45:02.4157754Z    Compiling parking_lot_core v0.9.12
2026-06-22T02:45:02.4288950Z    Compiling aws-lc-sys v0.41.0
2026-06-22T02:45:02.6011788Z    Compiling ring v0.17.14
2026-06-22T02:45:02.6072285Z    Compiling httparse v1.10.1
2026-06-22T02:45:02.6673302Z    Compiling zerocopy v0.8.50
2026-06-22T02:45:02.7319815Z    Compiling http-body v1.0.1
2026-06-22T02:45:02.7408228Z    Compiling curve25519-dalek v4.1.3
2026-06-22T02:45:02.8351578Z    Compiling hybrid-array v0.4.12
2026-06-22T02:45:02.8850682Z    Compiling ahash v0.8.12
2026-06-22T02:45:02.8976097Z    Compiling fastrand v2.4.1
2026-06-22T02:45:03.1278670Z    Compiling base64ct v1.8.3
2026-06-22T02:45:03.1901242Z    Compiling either v1.16.0
2026-06-22T02:45:03.1929386Z    Compiling powerfmt v0.2.0
2026-06-22T02:45:03.3626560Z    Compiling deranged v0.5.8
2026-06-22T02:45:03.4511603Z    Compiling pem-rfc7468 v1.0.0
2026-06-22T02:45:03.4898551Z    Compiling rand_core v0.6.4
2026-06-22T02:45:03.5497728Z    Compiling pkg-config v0.3.33
2026-06-22T02:45:03.5566291Z    Compiling tinyvec_macros v0.1.1
2026-06-22T02:45:03.6153718Z    Compiling tower-service v0.3.3
2026-06-22T02:45:03.6617550Z    Compiling zmij v1.0.21
2026-06-22T02:45:03.8083168Z    Compiling data-encoding v2.11.0
2026-06-22T02:45:03.8154397Z    Compiling try-lock v0.2.5
2026-06-22T02:45:03.8165813Z    Compiling vcpkg v0.2.15
2026-06-22T02:45:03.8657607Z    Compiling time-core v0.1.8
2026-06-22T02:45:03.8661365Z    Compiling base64 v0.22.1
2026-06-22T02:45:03.9077465Z    Compiling num-conv v0.2.2
2026-06-22T02:45:03.9703334Z    Compiling tinyvec v1.11.0
2026-06-22T02:45:04.2338780Z    Compiling want v0.3.1
2026-06-22T02:45:04.3418826Z    Compiling parking_lot v0.12.5
2026-06-22T02:45:04.3419431Z    Compiling block-buffer v0.12.0
2026-06-22T02:45:04.3455274Z    Compiling crypto-common v0.2.2
2026-06-22T02:45:04.3762277Z    Compiling synstructure v0.13.2
2026-06-22T02:45:04.4729075Z    Compiling darling_core v0.20.11
2026-06-22T02:45:04.4938141Z    Compiling sha2 v0.10.9
2026-06-22T02:45:04.5093956Z    Compiling vergen-lib v9.1.0
2026-06-22T02:45:04.5351734Z    Compiling inout v0.1.4
2026-06-22T02:45:04.5352215Z    Compiling n0-future v0.3.2
2026-06-22T02:45:04.6822883Z    Compiling diatomic-waker v0.2.3
2026-06-22T02:45:04.7908201Z    Compiling httpdate v1.0.3
2026-06-22T02:45:04.8561818Z    Compiling crossbeam-utils v0.8.21
2026-06-22T02:45:04.8636743Z    Compiling parking v2.2.1
2026-06-22T02:45:04.9356850Z    Compiling cordyceps v0.3.4
2026-06-22T02:45:04.9399229Z    Compiling spin v0.10.0
2026-06-22T02:45:04.9786793Z    Compiling winnow v1.0.3
2026-06-22T02:45:05.0102036Z    Compiling libsqlite3-sys v0.30.1
2026-06-22T02:45:05.0586923Z    Compiling serde_json v1.0.150
2026-06-22T02:45:05.0752719Z    Compiling signature v2.2.0
2026-06-22T02:45:05.0875619Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-22T02:45:05.1433564Z    Compiling digest v0.11.3
2026-06-22T02:45:05.2405243Z    Compiling futures-buffered v0.2.13
2026-06-22T02:45:05.2797689Z    Compiling ed25519 v2.2.3
2026-06-22T02:45:05.3233855Z    Compiling futures-lite v2.6.1
2026-06-22T02:45:05.4408444Z    Compiling cipher v0.4.4
2026-06-22T02:45:05.5144684Z    Compiling vergen v9.1.0
2026-06-22T02:45:05.5662639Z    Compiling vergen-lib v0.1.6
2026-06-22T02:45:05.5914612Z    Compiling universal-hash v0.5.1
2026-06-22T02:45:05.6017971Z    Compiling noq-udp v0.10.0
2026-06-22T02:45:05.7956037Z    Compiling heapless v0.7.17
2026-06-22T02:45:05.8453224Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-22T02:45:05.8866215Z    Compiling sync_wrapper v1.0.2
2026-06-22T02:45:05.9510158Z    Compiling byteorder v1.5.0
2026-06-22T02:45:05.9620588Z    Compiling opaque-debug v0.3.1
2026-06-22T02:45:06.0453465Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-22T02:45:06.0548036Z    Compiling allocator-api2 v0.2.21
2026-06-22T02:45:06.0652205Z    Compiling polyval v0.6.2
2026-06-22T02:45:06.1463436Z    Compiling hash32 v0.2.1
2026-06-22T02:45:06.2130773Z    Compiling socket2 v0.6.4
2026-06-22T02:45:06.3105701Z    Compiling mio v1.2.1
2026-06-22T02:45:06.3343088Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-22T02:45:06.7566591Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-22T02:45:06.7936301Z    Compiling serde_derive v1.0.228
2026-06-22T02:45:06.8762312Z    Compiling zeroize_derive v1.4.3
2026-06-22T02:45:06.8916759Z    Compiling zerofrom-derive v0.1.7
2026-06-22T02:45:06.9136324Z    Compiling tokio-macros v2.7.0
2026-06-22T02:45:06.9288142Z    Compiling yoke-derive v0.8.2
2026-06-22T02:45:06.9363640Z    Compiling futures-macro v0.3.32
2026-06-22T02:45:06.9812443Z    Compiling zerovec-derive v0.11.3
2026-06-22T02:45:07.0431294Z    Compiling displaydoc v0.2.6
2026-06-22T02:45:07.3354001Z    Compiling tracing-attributes v0.1.31
2026-06-22T02:45:07.3894179Z    Compiling thiserror-impl v2.0.18
2026-06-22T02:45:07.6949026Z    Compiling zeroize v1.8.2
2026-06-22T02:45:07.7433101Z    Compiling tokio v1.52.3
2026-06-22T02:45:07.8239701Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-22T02:45:07.9200833Z    Compiling futures-util v0.3.32
2026-06-22T02:45:08.0276672Z    Compiling rustls-pki-types v1.14.1
2026-06-22T02:45:08.1608355Z    Compiling darling_macro v0.20.11
2026-06-22T02:45:08.2188166Z    Compiling derive_more-impl v2.1.1
2026-06-22T02:45:08.2865388Z    Compiling spez v0.1.2
2026-06-22T02:45:08.3891911Z    Compiling n0-error-macros v0.1.3
2026-06-22T02:45:08.4338654Z    Compiling windows-interface v0.59.3
2026-06-22T02:45:08.5439648Z    Compiling windows-implement v0.60.2
2026-06-22T02:45:08.5771209Z    Compiling zerofrom v0.1.8
2026-06-22T02:45:08.6735394Z    Compiling darling v0.20.11
2026-06-22T02:45:08.7810101Z    Compiling der v0.8.0-rc.10
2026-06-22T02:45:08.7993952Z    Compiling pin-project-internal v1.1.13
2026-06-22T02:45:08.9023283Z    Compiling yoke v0.8.3
2026-06-22T02:45:08.9139742Z    Compiling derive_builder_core v0.20.2
2026-06-22T02:45:09.2681016Z    Compiling zerovec v0.11.6
2026-06-22T02:45:09.2758338Z    Compiling zerotrie v0.2.4
2026-06-22T02:45:09.3468178Z    Compiling vergen-gitcl v1.0.8
2026-06-22T02:45:09.4192691Z    Compiling windows-core v0.62.2
2026-06-22T02:45:09.4799764Z    Compiling n0-error v0.1.3
2026-06-22T02:45:09.6340149Z    Compiling spin v0.9.8
2026-06-22T02:45:09.7735894Z    Compiling windows-threading v0.2.1
2026-06-22T02:45:09.8550634Z    Compiling ed25519-dalek v2.2.0
2026-06-22T02:45:09.9127319Z    Compiling tinystr v0.8.3
2026-06-22T02:45:09.9390569Z    Compiling potential_utf v0.1.5
2026-06-22T02:45:09.9850017Z    Compiling spki v0.8.0-rc.4
2026-06-22T02:45:10.0953888Z    Compiling icu_locale_core v2.2.0
2026-06-22T02:45:10.1476709Z    Compiling icu_collections v2.2.0
2026-06-22T02:45:10.1624383Z    Compiling derive_builder_macro v0.20.2
2026-06-22T02:45:10.1748710Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-22T02:45:10.2039663Z    Compiling pin-project v1.1.13
2026-06-22T02:45:10.2317164Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-22T02:45:10.2435525Z    Compiling fallible-iterator v0.3.0
2026-06-22T02:45:10.3742553Z    Compiling tower-layer v0.3.3
2026-06-22T02:45:10.4016220Z    Compiling ryu v1.0.23
2026-06-22T02:45:10.4326021Z    Compiling signature v3.0.0
2026-06-22T02:45:10.5656958Z    Compiling windows-future v0.3.2
2026-06-22T02:45:10.5859443Z    Compiling windows-collections v0.3.2
2026-06-22T02:45:10.5898695Z    Compiling derive_builder v0.20.2
2026-06-22T02:45:10.6326886Z    Compiling windows-numerics v0.3.1
2026-06-22T02:45:10.6623290Z    Compiling spt-proto v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-22T02:45:10.7365057Z    Compiling cobs v0.3.0
2026-06-22T02:45:10.7755615Z    Compiling proc-macro-crate v3.5.0
2026-06-22T02:45:10.8384933Z    Compiling futures-executor v0.3.32
2026-06-22T02:45:10.9814569Z    Compiling futures v0.3.32
2026-06-22T02:45:11.0780513Z    Compiling icu_provider v2.2.0
2026-06-22T02:45:11.1062065Z    Compiling windows-targets v0.52.6
2026-06-22T02:45:11.2180057Z    Compiling postcard-derive v0.2.2
2026-06-22T02:45:11.2180703Z    Compiling ghash v0.5.1
2026-06-22T02:45:11.2212903Z    Compiling ctr v0.9.2
2026-06-22T02:45:11.2263997Z    Compiling aes v0.8.4
2026-06-22T02:45:11.2953212Z    Compiling sha2 v0.11.0-rc.5
2026-06-22T02:45:11.2966066Z    Compiling fs2 v0.4.3
2026-06-22T02:45:11.3261948Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-22T02:45:11.3815726Z    Compiling icu_properties v2.2.0
2026-06-22T02:45:11.4221853Z    Compiling icu_normalizer v2.2.0
2026-06-22T02:45:11.4360806Z    Compiling ipnet v2.12.0
2026-06-22T02:45:11.5847550Z    Compiling ed25519 v3.0.0-rc.4
2026-06-22T02:45:11.8409289Z    Compiling prefix-trie v0.8.4
2026-06-22T02:45:11.9404155Z    Compiling once_cell v1.21.4
2026-06-22T02:45:12.0357523Z    Compiling tokio-util v0.7.18
2026-06-22T02:45:12.0689764Z    Compiling time v0.3.47
2026-06-22T02:45:12.0949689Z    Compiling tracing-core v0.1.36
2026-06-22T02:45:12.1887489Z    Compiling http-body-util v0.1.3
2026-06-22T02:45:12.2015575Z    Compiling aead v0.5.2
2026-06-22T02:45:12.2658081Z    Compiling widestring v1.2.1
2026-06-22T02:45:12.2792267Z    Compiling ipconfig v0.3.4
2026-06-22T02:45:12.3555051Z    Compiling hashbrown v0.14.5
2026-06-22T02:45:12.4244873Z    Compiling aes-gcm v0.10.3
2026-06-22T02:45:12.4547247Z    Compiling derive_more v2.1.1
2026-06-22T02:45:12.4957401Z    Compiling tracing v0.1.44
2026-06-22T02:45:12.5117442Z    Compiling data-encoding-macro v0.1.20
2026-06-22T02:45:12.5342873Z    Compiling idna_adapter v1.2.2
2026-06-22T02:45:12.6268721Z    Compiling idna v1.1.0
2026-06-22T02:45:12.6314027Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-22T02:45:12.6314526Z    Compiling postcard v1.1.3
2026-06-22T02:45:12.6630398Z    Compiling tower v0.5.3
2026-06-22T02:45:12.6831943Z    Compiling num_enum_derive v0.7.6
2026-06-22T02:45:12.9622377Z    Compiling url v2.5.8
2026-06-22T02:45:12.9903193Z    Compiling h2 v0.4.14
2026-06-22T02:45:13.0348921Z    Compiling hashlink v0.9.1
2026-06-22T02:45:13.0571652Z    Compiling chrono v0.4.45
2026-06-22T02:45:13.1544548Z    Compiling windows-sys v0.59.0
2026-06-22T02:45:13.1739978Z    Compiling windows v0.62.2
2026-06-22T02:45:13.2929058Z    Compiling crossbeam-epoch v0.9.18
2026-06-22T02:45:13.3813372Z    Compiling rusqlite v0.32.1
2026-06-22T02:45:13.4582919Z    Compiling crossbeam-channel v0.5.15
2026-06-22T02:45:13.5520551Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-22T02:45:13.8998811Z    Compiling iroh-metrics-derive v0.4.1
2026-06-22T02:45:13.9333740Z    Compiling enum-assoc v1.3.0
2026-06-22T02:45:13.9397179Z    Compiling async-trait v0.1.89
2026-06-22T02:45:13.9887653Z    Compiling strum_macros v0.28.0
2026-06-22T02:45:14.1814191Z    Compiling windows-registry v0.6.1
2026-06-22T02:45:14.3604456Z    Compiling spt-store v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-22T02:45:14.4022249Z    Compiling blake3 v1.8.5
2026-06-22T02:45:14.4365372Z    Compiling uuid v1.23.2
2026-06-22T02:45:14.5385499Z    Compiling memoffset v0.6.5
2026-06-22T02:45:14.6519854Z    Compiling noq v0.18.0
2026-06-22T02:45:14.8073116Z    Compiling netwatch v0.16.0
2026-06-22T02:45:14.8206752Z    Compiling acto v0.8.2
2026-06-22T02:45:14.8629792Z    Compiling mac-addr v0.3.0
2026-06-22T02:45:14.9024849Z    Compiling rustc-hash v2.1.2
2026-06-22T02:45:15.0101631Z    Compiling sorted-index-buffer v0.2.1
2026-06-22T02:45:15.0463640Z    Compiling thiserror v1.0.69
2026-06-22T02:45:15.0529251Z    Compiling xml-rs v0.8.28
2026-06-22T02:45:15.0938402Z    Compiling tagptr v0.2.0
2026-06-22T02:45:15.1299641Z    Compiling lru-slab v0.1.2
2026-06-22T02:45:15.1494530Z    Compiling identity-hash v0.1.0
2026-06-22T02:45:15.1928828Z    Compiling ref-cast v1.0.25
2026-06-22T02:45:15.1941520Z    Compiling foldhash v0.2.0
2026-06-22T02:45:15.2455635Z    Compiling moka v0.12.15
2026-06-22T02:45:15.3400921Z    Compiling hashbrown v0.16.1
2026-06-22T02:45:15.3858088Z    Compiling netdev v0.42.0
2026-06-22T02:45:15.5215270Z    Compiling iroh-relay v0.98.0
2026-06-22T02:45:15.6406561Z    Compiling xmltree v0.10.3
2026-06-22T02:45:15.7258586Z    Compiling iroh-metrics v0.38.3
2026-06-22T02:45:15.9015351Z    Compiling num_enum v0.7.6
2026-06-22T02:45:16.2065377Z    Compiling tower-http v0.6.11
2026-06-22T02:45:16.2420031Z    Compiling attohttpc v0.30.1
2026-06-22T02:45:16.2468981Z    Compiling iroh-base v0.98.0
2026-06-22T02:45:16.2777481Z    Compiling n0-watcher v0.6.1
2026-06-22T02:45:16.3160083Z    Compiling spt-msg v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-22T02:45:16.3801012Z    Compiling tokio-stream v0.1.18
2026-06-22T02:45:16.4603058Z    Compiling toml_datetime v0.6.11
2026-06-22T02:45:16.5716960Z    Compiling serde_spanned v0.6.9
2026-06-22T02:45:16.5820193Z    Compiling strum v0.28.0
2026-06-22T02:45:16.7184330Z    Compiling thiserror-impl v1.0.69
2026-06-22T02:45:16.7229209Z    Compiling ref-cast-impl v1.0.25
2026-06-22T02:45:16.8145226Z    Compiling serde_derive_internals v0.29.1
2026-06-22T02:45:16.8516620Z    Compiling simple-dns v0.9.3
2026-06-22T02:45:16.8764393Z    Compiling hyper v1.10.1
2026-06-22T02:45:16.9028553Z    Compiling serial-core v0.4.0
2026-06-22T02:45:17.0192081Z    Compiling aho-corasick v1.1.4
2026-06-22T02:45:17.0508035Z    Compiling resolv-conf v0.7.6
2026-06-22T02:45:17.1628025Z    Compiling winreg v0.10.1
2026-06-22T02:45:17.2797495Z    Compiling sha1_smol v1.0.1
2026-06-22T02:45:17.3642957Z    Compiling winnow v0.7.15
2026-06-22T02:45:17.5028340Z    Compiling arrayref v0.3.9
2026-06-22T02:45:17.5111491Z    Compiling simdutf8 v0.1.5
2026-06-22T02:45:17.6023889Z    Compiling toml_write v0.1.2
2026-06-22T02:45:17.6024439Z    Compiling arrayvec v0.7.6
2026-06-22T02:45:17.8060695Z    Compiling regex-syntax v0.8.10
2026-06-22T02:45:17.8475026Z    Compiling constant_time_eq v0.4.2
2026-06-22T02:45:17.8475548Z    Compiling smol_str v0.1.24
2026-06-22T02:45:18.0319123Z    Compiling schemars_derive v1.2.1
2026-06-22T02:45:18.1077570Z    Compiling iroh-dns v0.98.0
2026-06-22T02:45:18.2665400Z    Compiling hyper-util v0.1.20
2026-06-22T02:45:18.3711645Z    Compiling serial-windows v0.4.0
2026-06-22T02:45:18.6350010Z    Compiling lru v0.16.4
2026-06-22T02:45:18.7346055Z    Compiling webpki-roots v1.0.7
2026-06-22T02:45:18.8019838Z    Compiling seize v0.5.1
2026-06-22T02:45:18.8655041Z    Compiling darling_core v0.23.0
2026-06-22T02:45:18.8870346Z    Compiling hmac v0.12.1
2026-06-22T02:45:18.9263846Z    Compiling serde_bytes v0.11.19
2026-06-22T02:45:19.0360688Z    Compiling iroh v0.98.2
2026-06-22T02:45:19.1681303Z    Compiling toml_edit v0.22.27
2026-06-22T02:45:19.1967670Z    Compiling once_cell_polyfill v1.70.2
2026-06-22T02:45:19.2269839Z    Compiling utf8parse v0.2.2
2026-06-22T02:45:19.3334427Z    Compiling bitflags v1.3.2
2026-06-22T02:45:19.3418763Z    Compiling lazy_static v1.5.0
2026-06-22T02:45:19.3517111Z    Compiling pin-utils v0.1.0
2026-06-22T02:45:19.3990327Z    Compiling dyn-clone v1.0.20
2026-06-22T02:45:19.4242084Z    Compiling cmov v0.5.4
2026-06-22T02:45:19.4508630Z    Compiling anstyle v1.0.14
2026-06-22T02:45:19.4509232Z    Compiling nix v0.25.1
2026-06-22T02:45:19.4585234Z    Compiling shared_library v0.1.9
2026-06-22T02:45:19.4775780Z    Compiling anstyle-parse v1.0.0
2026-06-22T02:45:19.5318245Z    Compiling papaya v0.2.4
2026-06-22T02:45:19.5416925Z    Compiling hkdf v0.12.4
2026-06-22T02:45:19.5432356Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-22T02:45:19.6615327Z    Compiling igd-next v0.17.1
2026-06-22T02:45:19.7072127Z    Compiling anstyle-wincon v3.0.11
2026-06-22T02:45:19.7072651Z    Compiling ctutils v0.4.2
2026-06-22T02:45:19.7326327Z    Compiling serial v0.4.0
2026-06-22T02:45:19.8299027Z    Compiling regex-automata v0.4.14
2026-06-22T02:45:19.8712736Z    Compiling filedescriptor v0.8.3
2026-06-22T02:45:19.9680861Z    Compiling schemars v1.2.1
2026-06-22T02:45:20.0004178Z    Compiling backon v1.6.0
2026-06-22T02:45:20.0362746Z    Compiling anstyle-query v1.1.5
2026-06-22T02:45:20.1756741Z    Compiling downcast-rs v1.2.1
2026-06-22T02:45:20.2199930Z    Compiling colorchoice v1.0.5
2026-06-22T02:45:20.3075397Z    Compiling foldhash v0.1.5
2026-06-22T02:45:20.3277067Z    Compiling instability v0.3.12
2026-06-22T02:45:20.3539691Z    Compiling shell-words v1.1.1
2026-06-22T02:45:20.4224705Z    Compiling is_terminal_polyfill v1.70.2
2026-06-22T02:45:20.5162206Z    Compiling paste v1.0.15
2026-06-22T02:45:20.5245190Z    Compiling anstream v1.0.0
2026-06-22T02:45:20.5286373Z    Compiling portable-pty v0.8.1
2026-06-22T02:45:20.6109036Z    Compiling hashbrown v0.15.5
2026-06-22T02:45:20.6698817Z    Compiling spake2 v0.4.0
2026-06-22T02:45:20.7404900Z    Compiling strum_macros v0.26.4
2026-06-22T02:45:20.9550446Z    Compiling terminal_size v0.4.4
2026-06-22T02:45:21.0070372Z    Compiling crossterm_winapi v0.9.1
2026-06-22T02:45:21.0657183Z    Compiling toml v0.8.23
2026-06-22T02:45:21.1613251Z    Compiling itertools v0.13.0
2026-06-22T02:45:21.3319449Z    Compiling sha1 v0.10.6
2026-06-22T02:45:21.4413390Z    Compiling castaway v0.2.4
2026-06-22T02:45:21.5769059Z    Compiling clap_lex v1.1.0
2026-06-22T02:45:21.6022427Z    Compiling indoc v2.0.7
2026-06-22T02:45:21.9012142Z    Compiling regex v1.12.3
2026-06-22T02:45:21.9290096Z    Compiling static_assertions v1.1.0
2026-06-22T02:45:22.0387509Z    Compiling recvmsg v1.0.0
2026-06-22T02:45:22.0694563Z    Compiling unicode-width v0.1.14
2026-06-22T02:45:22.1282703Z    Compiling doctest-file v1.1.1
2026-06-22T02:45:22.1491300Z    Compiling compact_str v0.8.2
2026-06-22T02:45:22.2417348Z    Compiling darling_macro v0.23.0
2026-06-22T02:45:22.3909565Z    Compiling spt-runtime v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-22T02:45:22.4656134Z    Compiling clap_builder v4.6.0
2026-06-22T02:45:22.5494452Z    Compiling lru v0.12.5
2026-06-22T02:45:22.6757403Z    Compiling unicode-truncate v1.1.0
2026-06-22T02:45:22.7046785Z    Compiling darling v0.23.0
2026-06-22T02:45:22.7120737Z    Compiling interprocess v2.4.2
2026-06-22T02:45:22.7306529Z    Compiling crossterm v0.28.1
2026-06-22T02:45:22.8498829Z    Compiling spt-term v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-22T02:45:23.2015412Z    Compiling wmi v0.18.4
2026-06-22T02:45:23.2940583Z    Compiling strum v0.26.3
2026-06-22T02:45:23.4629157Z    Compiling clap_derive v4.6.1
2026-06-22T02:45:23.7227830Z    Compiling unicode-width v0.2.0
2026-06-22T02:45:24.1113548Z    Compiling error-code v3.3.2
2026-06-22T02:45:24.1761042Z    Compiling cassowary v0.3.0
2026-06-22T02:45:24.2065365Z    Compiling nucleo-matcher v0.3.1
2026-06-22T02:45:24.3236548Z    Compiling clipboard-win v5.4.1
2026-06-22T02:45:24.8175845Z    Compiling spt-live v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-22T02:45:24.9242689Z    Compiling portmapper v0.16.0
2026-06-22T02:45:25.0655174Z    Compiling ratatui v0.29.0
2026-06-22T02:45:25.1189489Z    Compiling qrcode v0.14.1
2026-06-22T02:45:25.3515239Z    Compiling tempfile v3.27.0
2026-06-22T02:45:25.6365156Z    Compiling clap v4.6.1
2026-06-22T02:45:38.5172298Z    Compiling rustls-webpki v0.103.13
2026-06-22T02:45:40.7456059Z    Compiling tokio-rustls v0.26.4
2026-06-22T02:45:40.7456386Z    Compiling noq-proto v0.17.0
2026-06-22T02:45:40.7456610Z    Compiling rustls-platform-verifier v0.7.0
2026-06-22T02:45:40.8835114Z    Compiling hyper-rustls v0.27.9
2026-06-22T02:45:40.8835581Z    Compiling hickory-net v0.26.0-beta.4
2026-06-22T02:45:40.8835960Z    Compiling tokio-websockets v0.13.2
2026-06-22T02:45:41.0362617Z    Compiling reqwest v0.13.4
2026-06-22T02:45:41.9018970Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-22T02:45:57.9578028Z    Compiling spt-net v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-22T02:45:59.2701320Z    Compiling spt-daemon v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-22T02:46:08.1789045Z    Compiling spt v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-22T02:46:15.9868339Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 19s
2026-06-22T02:46:16.0075614Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-0cc097b5ef582871.exe)
2026-06-22T02:46:16.0562989Z 
2026-06-22T02:46:16.0563329Z running 1 test
2026-06-22T02:46:23.1765043Z test new_brain_serves_against_old_broker ... ok
2026-06-22T02:46:23.1765295Z 
2026-06-22T02:46:23.1765472Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.12s
2026-06-22T02:46:23.1765711Z 
